Definition at line 1319 of file GRV11.cs.
| GRV11.GRTexture.GRTexture | ( | ) |
| GRV11.GRTexture.GRTexture | ( | ) |
| int GRV11.GRTexture.GetWidth | ( | ) |
| int GRV11.GRTexture.GetHeight | ( | ) |
| byte [] GRV11.GRTexture.GetRGBAData | ( | ) |
| int GRV11.GRTexture.GetOpenGLTextureID | ( | ) |
| void GRV11.GRTexture.ClearAllFields | ( | ) | [private] |
Definition at line 1348 of file GRV11.cs.
References GRV11.GRTexture.mHeight, GRV11.GRTexture.mOpenGLTextureID, GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mUseMipMaps, and GRV11.GRTexture.mWidth.
Referenced by GRV11.GRTexture.DisposeOfTextureAndData(), and GRV11.GRTexture.GRTexture().
| void GRV11.GRTexture.DisposeOfTextureAndData | ( | GR | gr | ) |
Definition at line 1362 of file GRV11.cs.
References GRV11.GRTexture.ClearAllFields(), and GRV11.GRTexture.mOpenGLTextureID.
Referenced by GRV11.GRTexture.CreateBlankTexture(), GRV11.GRTexture.CreateCheckerboardTexture(), GRV11.GRTexture.CreateTextureFromBitmap(), and GRV11.GRTexture.LoadTextureFromFile().
| void GRV11.GRTexture.PrivateCreateOpenGLTextureUsingInternalWidthHeightAndRBGAData | ( | GR | gr | ) | [private] |
Definition at line 1382 of file GRV11.cs.
References GRV11.GRTexture.mOpenGLTextureID, and GRV11.GRTexture.mUseMipMaps.
Referenced by GRV11.GRTexture.CreateBlankTexture(), GRV11.GRTexture.CreateCheckerboardTexture(), and GRV11.GRTexture.CreateTextureFromBitmap().
| void GRV11.GRTexture.SetWrappingModeToRepeatMode | ( | GR | gr | ) |
| void GRV11.GRTexture.SetMagnificationToUseNearestNeighbor | ( | GR | gr | ) |
| void GRV11.GRTexture.SetMagnificationToUseLinearFiltering | ( | GR | gr | ) |
| void GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemory | ( | GR | gr | ) |
Definition at line 1529 of file GRV11.cs.
References GRV11.GRTexture.mRGBAData.
Referenced by GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemoryAndCopyToCompatibleBitmap().
| void GRV11.GRTexture.CreateBlankTexture | ( | GR | gr, | |
| int | width, | |||
| int | height | |||
| ) |
| void GRV11.GRTexture.CreateCheckerboardTexture | ( | GR | gr, | |
| int | width, | |||
| int | height | |||
| ) |
| bool GRV11.GRTexture.CreateTextureFromBitmap | ( | GR | gr, | |
| Bitmap | bitmap, | |||
| bool | useMipMaps | |||
| ) |
Definition at line 1623 of file GRV11.cs.
References GRV11.GRTexture.DisposeOfTextureAndData(), GRV11.GRTexture.mHeight, GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mUseMipMaps, GRV11.GRTexture.mWidth, and GRV11.GRTexture.PrivateCreateOpenGLTextureUsingInternalWidthHeightAndRBGAData().
Referenced by GRV11.GRTexture.LoadTextureFromFile(), and GRV11.GRTexture.UpdateTextureWithBitmapData().
| bool GRV11.GRTexture.UpdateTextureWithBitmapData | ( | GR | gr, | |
| Bitmap | bitmap | |||
| ) |
Definition at line 1649 of file GRV11.cs.
References GRV11.GRTexture.CreateTextureFromBitmap(), GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mUseMipMaps, GRV11.GRTexture.mWidth, and GRV11.GRTexture.SubmitModifiedInternalRGBADataToTexture().
| bool GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemoryAndCopyToCompatibleBitmap | ( | GR | gr, | |
| Bitmap | bitmap | |||
| ) |
Definition at line 1682 of file GRV11.cs.
References GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mWidth, and GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemory().
| bool GRV11.GRTexture.LoadTextureFromFile | ( | GR | gr, | |
| String | filePathAndName, | |||
| bool | useMipMaps | |||
| ) |
Definition at line 1713 of file GRV11.cs.
References GRV11.GRTexture.CreateTextureFromBitmap(), and GRV11.GRTexture.DisposeOfTextureAndData().
| void GRV11.GRTexture.SetAsActiveTexture | ( | GR | gr | ) |
Definition at line 1742 of file GRV11.cs.
Referenced by GRV11.GRSupport.SupportDrawTextureImageUnrotatedAndOrthographically().
| void GRV11.GRTexture.SubmitModifiedInternalRGBADataToTexture | ( | GR | gr | ) |
Definition at line 1754 of file GRV11.cs.
References GRV11.GRTexture.mHeight, GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mUseMipMaps, and GRV11.GRTexture.mWidth.
Referenced by GRV11.GRTexture.UpdateTextureWithBitmapData().
| int GRV11.GRTexture.GetWidth | ( | ) |
| int GRV11.GRTexture.GetHeight | ( | ) |
| byte [] GRV11.GRTexture.GetRGBAData | ( | ) |
| int GRV11.GRTexture.GetOpenGLTextureID | ( | ) |
| void GRV11.GRTexture.ClearAllFields | ( | ) | [private] |
Definition at line 1348 of file GRV11.cs.
References GRV11.GRTexture.mHeight, GRV11.GRTexture.mOpenGLTextureID, GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mUseMipMaps, and GRV11.GRTexture.mWidth.
| void GRV11.GRTexture.DisposeOfTextureAndData | ( | GR | gr | ) |
Definition at line 1362 of file GRV11.cs.
References GRV11.GRTexture.ClearAllFields(), and GRV11.GRTexture.mOpenGLTextureID.
| void GRV11.GRTexture.PrivateCreateOpenGLTextureUsingInternalWidthHeightAndRBGAData | ( | GR | gr | ) | [private] |
Definition at line 1382 of file GRV11.cs.
References GRV11.GRTexture.mOpenGLTextureID, and GRV11.GRTexture.mUseMipMaps.
| void GRV11.GRTexture.SetWrappingModeToRepeatMode | ( | GR | gr | ) |
| void GRV11.GRTexture.SetMagnificationToUseNearestNeighbor | ( | GR | gr | ) |
| void GRV11.GRTexture.SetMagnificationToUseLinearFiltering | ( | GR | gr | ) |
| void GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemory | ( | GR | gr | ) |
| void GRV11.GRTexture.CreateBlankTexture | ( | GR | gr, | |
| int | width, | |||
| int | height | |||
| ) |
| void GRV11.GRTexture.CreateCheckerboardTexture | ( | GR | gr, | |
| int | width, | |||
| int | height | |||
| ) |
| bool GRV11.GRTexture.CreateTextureFromBitmap | ( | GR | gr, | |
| Bitmap | bitmap, | |||
| bool | useMipMaps | |||
| ) |
| bool GRV11.GRTexture.UpdateTextureWithBitmapData | ( | GR | gr, | |
| Bitmap | bitmap | |||
| ) |
Definition at line 1649 of file GRV11.cs.
References GRV11.GRTexture.CreateTextureFromBitmap(), GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mUseMipMaps, GRV11.GRTexture.mWidth, and GRV11.GRTexture.SubmitModifiedInternalRGBADataToTexture().
| bool GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemoryAndCopyToCompatibleBitmap | ( | GR | gr, | |
| Bitmap | bitmap | |||
| ) |
Definition at line 1682 of file GRV11.cs.
References GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mWidth, and GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemory().
| bool GRV11.GRTexture.LoadTextureFromFile | ( | GR | gr, | |
| String | filePathAndName, | |||
| bool | useMipMaps | |||
| ) |
Definition at line 1713 of file GRV11.cs.
References GRV11.GRTexture.CreateTextureFromBitmap(), and GRV11.GRTexture.DisposeOfTextureAndData().
| void GRV11.GRTexture.SubmitModifiedInternalRGBADataToTexture | ( | GR | gr | ) |
Definition at line 1754 of file GRV11.cs.
References GRV11.GRTexture.mHeight, GRV11.GRTexture.mRGBAData, GRV11.GRTexture.mUseMipMaps, and GRV11.GRTexture.mWidth.
int GRV11.GRTexture::mWidth [private] |
Definition at line 1321 of file GRV11.cs.
Referenced by GRV11.GRTexture.ClearAllFields(), GRV11.GRTexture.CreateBlankTexture(), GRV11.GRTexture.CreateCheckerboardTexture(), GRV11.GRTexture.CreateTextureFromBitmap(), GRV11.GRTexture.GetWidth(), GRV11.GRTexture.SubmitModifiedInternalRGBADataToTexture(), GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemoryAndCopyToCompatibleBitmap(), and GRV11.GRTexture.UpdateTextureWithBitmapData().
int GRV11.GRTexture::mHeight [private] |
Definition at line 1322 of file GRV11.cs.
Referenced by GRV11.GRTexture.ClearAllFields(), GRV11.GRTexture.CreateBlankTexture(), GRV11.GRTexture.CreateCheckerboardTexture(), GRV11.GRTexture.CreateTextureFromBitmap(), GRV11.GRTexture.GetHeight(), and GRV11.GRTexture.SubmitModifiedInternalRGBADataToTexture().
byte [] GRV11.GRTexture.mRGBAData [private] |
Definition at line 1323 of file GRV11.cs.
Referenced by GRV11.GRTexture.ClearAllFields(), GRV11.GRTexture.CreateBlankTexture(), GRV11.GRTexture.CreateCheckerboardTexture(), GRV11.GRTexture.CreateTextureFromBitmap(), GRV11.GRTexture.GetRGBAData(), GRV11.GRTexture.SubmitModifiedInternalRGBADataToTexture(), GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemory(), GRV11.GRTexture.TransferOpenGLTextureDataBackToHostMemoryAndCopyToCompatibleBitmap(), and GRV11.GRTexture.UpdateTextureWithBitmapData().
bool GRV11.GRTexture::mUseMipMaps [private] |
Definition at line 1324 of file GRV11.cs.
Referenced by GRV11.GRTexture.ClearAllFields(), GRV11.GRTexture.CreateBlankTexture(), GRV11.GRTexture.CreateCheckerboardTexture(), GRV11.GRTexture.CreateTextureFromBitmap(), GRV11.GRTexture.PrivateCreateOpenGLTextureUsingInternalWidthHeightAndRBGAData(), GRV11.GRTexture.SubmitModifiedInternalRGBADataToTexture(), and GRV11.GRTexture.UpdateTextureWithBitmapData().
int GRV11.GRTexture::mOpenGLTextureID [private] |
Definition at line 1325 of file GRV11.cs.
Referenced by GRV11.GRTexture.ClearAllFields(), GRV11.GRTexture.DisposeOfTextureAndData(), GRV11.GRTexture.GetOpenGLTextureID(), and GRV11.GRTexture.PrivateCreateOpenGLTextureUsingInternalWidthHeightAndRBGAData().
1.5.6