|
unsigned long | ScanForward (unsigned long bits) |
|
template<size_t N> |
BitSetIterator< N > | IterateBitSet (const std::bitset< N > &bitset) |
|
template<typename T > |
bool | operator== (const Color< T > &a, const Color< T > &b) |
|
template<typename T > |
bool | operator!= (const Color< T > &a, const Color< T > &b) |
|
const unsigned char * | GetTraceCategoryEnabledFlag (const char *name) |
|
Platform::TraceEventHandle | AddTraceEvent (char phase, const unsigned char *categoryGroupEnabled, const char *name, unsigned long long id, int numArgs, const char **argNames, const unsigned char *argTypes, const unsigned long long *argValues, unsigned char flags) |
|
std::vector< std::string > | SplitString (const std::string &input, const std::string &delimiters, WhitespaceHandling whitespace, SplitResult resultType) |
|
void | SplitStringAlongWhitespace (const std::string &input, std::vector< std::string > *tokensOut) |
|
std::string | TrimString (const std::string &input, const std::string &trimChars) |
|
bool | HexStringToUInt (const std::string &input, unsigned int *uintOut) |
|
bool | ReadFileToString (const std::string &path, std::string *stringOut) |
|
Optional< std::vector< wchar_t > > | WidenString (size_t length, const char *cString) |
|
bool | BeginsWith (const std::string &str, const char *prefix) |
|
bool | BeginsWith (const char *str, const char *prefix) |
|
bool | EndsWith (const std::string &str, const char *suffix) |
|
void | CopyBGRA8ToRGBA8 (const uint8_t *source, uint8_t *dest) |
|
template<typename sourceType , typename colorDataType > |
void | ReadColor (const uint8_t *source, uint8_t *dest) |
|
template<typename destType , typename colorDataType > |
void | WriteColor (const uint8_t *source, uint8_t *dest) |
|
template<typename sourceType , typename destType , typename colorDataType > |
void | CopyPixel (const uint8_t *source, uint8_t *dest) |
|
template<typename T > |
void | GenerateMip (size_t sourceWidth, size_t sourceHeight, size_t sourceDepth, const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch, uint8_t *destData, size_t destRowPitch, size_t destDepthPitch) |
|
void | LoadA8ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadA8ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadA32FToRGBA32F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadA16FToRGBA16F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadL8ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadL8ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadL32FToRGBA32F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadL16FToRGBA16F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadLA8ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadLA8ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadLA32FToRGBA32F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadLA16FToRGBA16F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB8ToBGR565 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB565ToBGR565 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB8ToBGRX8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRG8ToBGRX8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadR8ToBGRX8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadR5G6B5ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadR5G6B5ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGBA8ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGBA8ToBGRA4 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGBA4ToARGB4 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGBA4ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGBA4ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadBGRA4ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGBA8ToBGR5A1 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB10A2ToBGR5A1 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB5A1ToA1RGB5 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB5A1ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB5A1ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadBGR5A1ToBGRA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB10A2ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB16FToRGB9E5 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB32FToRGB9E5 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB16FToRG11B10F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB32FToRG11B10F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadG8R24ToR24G8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadD32FToD32F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadD32FS8X24ToD32FS8X24 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadRGB32FToRGBA16F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadR32ToR16 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadR32ToR24G8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
template<typename type , size_t componentCount> |
void | LoadToNative (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
template<typename type , uint32_t fourthComponentBits> |
void | LoadToNative3To4 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
template<size_t componentCount> |
void | Load32FTo16F (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
template<size_t blockWidth, size_t blockHeight, size_t blockSize> |
void | LoadCompressedToNative (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
template<typename type , uint32_t firstBits, uint32_t secondBits, uint32_t thirdBits, uint32_t fourthBits> |
void | Initialize4ComponentData (size_t width, size_t height, size_t depth, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadETC1RGB8ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadETC1RGB8ToBC1 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadEACR11ToR8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadEACR11SToR8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadEACRG11ToRG8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadEACRG11SToRG8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadETC2RGB8ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadETC2SRGB8ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadETC2RGB8A1ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadETC2SRGB8A1ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadETC2RGBA8ToRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
void | LoadETC2SRGBA8ToSRGBA8 (size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) |
|
FramebufferBinding | EnumToFramebufferBinding (GLenum enumValue) |
|
GLenum | FramebufferBindingToEnum (FramebufferBinding binding) |
|
| TEST (BinaryInputStream, Overflow) |
|
| TEST (ImageTest, RefCounting) |
|
| TEST (ImageTest, RespecificationReleasesReferences) |
|
rx::LoadFunctionMap | GetLoadFunctionsMap (GLenum internalFormat, Format::ID angleFormat) |
|
| TEST_P (BindGeneratesResourceTest, ExtensionStringExposed) |
|
| TEST_P (BindGeneratesResourceTest, QueryValidation) |
|
| TEST_P (BindGeneratesResourceTest, Buffers) |
|
| TEST_P (BindGeneratesResourceTest, Textures) |
|
| TEST_P (BindGeneratesResourceTest, Framebuffers) |
|
| TEST_P (BindGeneratesResourceTest, Renderbuffers) |
|
| ANGLE_INSTANTIATE_TEST (BindGeneratesResourceTest, ES2_D3D9(), ES2_D3D11(), ES3_D3D11(), ES2_D3D11_FL9_3(), ES2_OPENGL(), ES3_OPENGL(), ES2_OPENGLES(), ES3_OPENGLES()) |
|
| TEST_P (ColorMaskTest, AMDZeroColorMaskBug) |
|
| ANGLE_INSTANTIATE_TEST (ColorMaskTest, ES2_D3D9(), ES2_D3D11(), ES2_D3D11_FL9_3(), ES2_OPENGL(), ES3_OPENGL(), ES2_OPENGLES(), ES3_OPENGLES()) |
|
| TEST_P (CopyCompressedTextureTest, Basic) |
|
| TEST_P (CopyCompressedTextureTest, InternalFormat) |
|
| TEST_P (CopyCompressedTextureTest, InternalFormatNotSupported) |
|
| TEST_P (CopyCompressedTextureTest, InvalidTextureIds) |
|
| TEST_P (CopyCompressedTextureTest, BindingPoints) |
|
| TEST_P (CopyCompressedTextureTest, Immutable) |
|
| ANGLE_INSTANTIATE_TEST (CopyCompressedTextureTest, ES2_D3D9(), ES2_D3D11(), ES3_D3D11(), ES2_OPENGL(), ES3_OPENGL(), ES2_OPENGLES(), ES3_OPENGLES()) |
|
| TEST_P (CopyTexImageTest, RGBAToL) |
|
| TEST_P (CopyTexImageTest, RGBToL) |
|
| TEST_P (CopyTexImageTest, RGBAToLA) |
|
| TEST_P (CopyTexImageTest, RGBAToA) |
|
| TEST_P (CopyTexImageTest, SubImageRGBAToL) |
|
| TEST_P (CopyTexImageTest, SubImageRGBAToLA) |
|
| TEST_P (CopyTexImageTest, SubImageRGBToL) |
|
| TEST_P (CopyTexImageTestES3, ReadBufferIsNone) |
|
| ANGLE_INSTANTIATE_TEST (CopyTexImageTest, ES2_D3D9(), ES2_D3D11(EGL_EXPERIMENTAL_PRESENT_PATH_COPY_ANGLE), ES2_D3D11(EGL_EXPERIMENTAL_PRESENT_PATH_FAST_ANGLE), ES2_OPENGL(), ES2_OPENGL(3, 3), ES2_OPENGLES()) |
|
| ANGLE_INSTANTIATE_TEST (CopyTexImageTestES3, ES3_D3D11(), ES3_OPENGL(), ES3_OPENGLES()) |
|
| TEST_P (CopyTextureTest, BasicCopyTexture) |
|
| TEST_P (CopyTextureTest, BasicCopySubTexture) |
|
| TEST_P (CopyTextureTest, ImmutableTexture) |
|
| TEST_P (CopyTextureTest, InternalFormat) |
|
| TEST_P (CopyTextureTest, InternalFormatNotSupported) |
|
| TEST_P (CopyTextureTest, RedefineDestinationTexture) |
|
| TEST_P (CopyTextureTest, CopySubTextureDimension) |
|
| TEST_P (CopyTextureTest, CopyTextureInvalidTextureIds) |
|
| TEST_P (CopyTextureTest, CopySubTextureInvalidTextureIds) |
|
| TEST_P (CopyTextureTest, CopySubTextureOffset) |
|
| TEST_P (CopyTextureTest, FlipY) |
|
| TEST_P (CopyTextureTest, PremultiplyAlpha) |
|
| TEST_P (CopyTextureTest, UnmultiplyAlpha) |
|
| TEST_P (CopyTextureTest, UnmultiplyAndPremultplyAlpha) |
|
| ANGLE_INSTANTIATE_TEST (CopyTextureTest, ES2_D3D9(), ES2_D3D11(), ES2_OPENGL(), ES2_OPENGLES()) |
|
| TEST_P (DebugTest, Enabled) |
|
| TEST_P (DebugTest, DisabledOutput) |
|
| TEST_P (DebugTest, InsertMessage) |
|
| TEST_P (DebugTest, InsertMessageMultiple) |
|
| TEST_P (DebugTest, DebugCallback) |
|
| TEST_P (DebugTest, GetPointer) |
|
| TEST_P (DebugTest, MessageControl1) |
|
| TEST_P (DebugTest, MessageControl2) |
|
| TEST_P (DebugTest, ObjectLabels) |
|
| TEST_P (DebugTest, ObjectPtrLabels) |
|
| ANGLE_INSTANTIATE_TEST (DebugTest, ES2_D3D9(), ES2_D3D11(), ES3_D3D11(), ES2_OPENGL(), ES3_OPENGL()) |
|
| TEST_P (ImageTest, ValidationImageBase) |
|
| TEST_P (ImageTest, ValidationImagePixmap) |
|
| TEST_P (ImageTest, ValidationGLImage) |
|
| TEST_P (ImageTest, ValidationGLEGLImage) |
|
| TEST_P (ImageTest, ValidationGLEGLImageExternal) |
|
| TEST_P (ImageTest, ValidationGLEGLImageExternalESSL3) |
|
| TEST_P (ImageTest, Source2DTarget2D) |
|
| TEST_P (ImageTest, Source2DTargetRenderbuffer) |
|
| TEST_P (ImageTest, Source2DTargetExternal) |
|
| TEST_P (ImageTestES3, Source2DTargetExternalESSL3) |
|
| TEST_P (ImageTest, SourceCubeTarget2D) |
|
| TEST_P (ImageTest, SourceCubeTargetRenderbuffer) |
|
| TEST_P (ImageTest, SourceCubeTargetExternal) |
|
| TEST_P (ImageTestES3, SourceCubeTargetExternalESSL3) |
|
| TEST_P (ImageTest, Source3DTargetTexture) |
|
| TEST_P (ImageTest, Source3DTargetRenderbuffer) |
|
| TEST_P (ImageTest, Source3DTargetExternal) |
|
| TEST_P (ImageTestES3, Source3DTargetExternalESSL3) |
|
| TEST_P (ImageTest, SourceRenderbufferTargetTexture) |
|
| TEST_P (ImageTest, SourceRenderbufferTargetTextureExternal) |
|
| TEST_P (ImageTestES3, SourceRenderbufferTargetTextureExternalESSL3) |
|
| TEST_P (ImageTest, SourceRenderbufferTargetRenderbuffer) |
|
| TEST_P (ImageTest, Deletion) |
|
| TEST_P (ImageTest, MipLevels) |
|
| TEST_P (ImageTest, Respecification) |
|
| TEST_P (ImageTest, RespecificationWithFBO) |
|
| TEST_P (ImageTest, RespecificationOfOtherLevel) |
|
| TEST_P (ImageTest, UpdatedData) |
|
| ANGLE_INSTANTIATE_TEST (ImageTest, ES2_D3D9(), ES2_D3D11(), ES3_D3D11(), ES2_OPENGL(), ES3_OPENGL(), ES2_OPENGLES(), ES3_OPENGLES()) |
|
| ANGLE_INSTANTIATE_TEST (ImageTestES3, ES3_D3D11(), ES3_OPENGL(), ES3_OPENGLES()) |
|
| TEST_P (RobustClientMemoryTest, GetInteger) |
|
| TEST_P (RobustClientMemoryTest, TexImage2D) |
|
| TEST_P (RobustClientMemoryTest, ReadPixels) |
|
| ANGLE_INSTANTIATE_TEST (RobustClientMemoryTest, ES2_D3D9(), ES2_D3D11(), ES3_D3D11(), ES2_D3D11_FL9_3(), ES2_OPENGL(), ES3_OPENGL(), ES2_OPENGLES(), ES3_OPENGLES()) |
|
| TEST_P (SyncQueriesTest, Basic) |
|
| TEST_P (SyncQueriesTest, Validation) |
|
| ANGLE_INSTANTIATE_TEST (SyncQueriesTest, ES2_D3D9(), ES2_D3D11(), ES3_D3D11(), ES2_OPENGL(), ES3_OPENGL(), ES2_OPENGLES(), ES3_OPENGLES()) |
|
| TEST_P (WebGLCompatibilityTest, ExtensionStringExposed) |
|
| TEST_P (WebGLCompatibilityTest, EntryPoints) |
|
| TEST_P (WebGLCompatibilityTest, DepthStencilBindingPoint) |
|
| TEST_P (WebGLCompatibilityTest, EnableExtensionValidation) |
|
| TEST_P (WebGLCompatibilityTest, EnableExtensionUintIndices) |
|
| ANGLE_INSTANTIATE_TEST (WebGLCompatibilityTest, ES2_D3D9(), ES2_D3D11(), ES3_D3D11(), ES2_D3D11_FL9_3(), ES2_OPENGL(), ES3_OPENGL(), ES2_OPENGLES(), ES3_OPENGLES()) |
|
std::ostream & | operator<< (std::ostream &os, const TexturesParams ¶ms) |
|
std::string | GetUniformLocationName (size_t idx, bool vertexShader) |
|
TexturesParams | D3D11Params () |
|
TexturesParams | D3D9Params () |
|
TexturesParams | OpenGLParams () |
|
| TEST_P (TexturesBenchmark, Run) |
|
| ANGLE_INSTANTIATE_TEST (TexturesBenchmark, D3D11Params(), D3D9Params(), OpenGLParams()) |
|
bool | operator< (const PlatformParameters &a, const PlatformParameters &b) |
|
bool | operator== (const PlatformParameters &a, const PlatformParameters &b) |
|
std::ostream & | operator<< (std::ostream &stream, const PlatformParameters &pp) |
|
PlatformParameters | ES2_D3D9 () |
|
PlatformParameters | ES2_D3D9_REFERENCE () |
|
PlatformParameters | ES2_D3D11 () |
|
PlatformParameters | ES2_D3D11 (EGLenum presentPath) |
|
PlatformParameters | ES2_D3D11_FL11_0 () |
|
PlatformParameters | ES2_D3D11_FL10_1 () |
|
PlatformParameters | ES2_D3D11_FL10_0 () |
|
PlatformParameters | ES2_D3D11_FL9_3 () |
|
PlatformParameters | ES2_D3D11_WARP () |
|
PlatformParameters | ES2_D3D11_FL11_0_WARP () |
|
PlatformParameters | ES2_D3D11_FL10_1_WARP () |
|
PlatformParameters | ES2_D3D11_FL10_0_WARP () |
|
PlatformParameters | ES2_D3D11_FL9_3_WARP () |
|
PlatformParameters | ES2_D3D11_REFERENCE () |
|
PlatformParameters | ES2_D3D11_FL11_0_REFERENCE () |
|
PlatformParameters | ES2_D3D11_FL10_1_REFERENCE () |
|
PlatformParameters | ES2_D3D11_FL10_0_REFERENCE () |
|
PlatformParameters | ES2_D3D11_FL9_3_REFERENCE () |
|
PlatformParameters | ES3_D3D11 () |
|
PlatformParameters | ES3_D3D11_FL11_1 () |
|
PlatformParameters | ES3_D3D11_FL11_0 () |
|
PlatformParameters | ES3_D3D11_FL10_1 () |
|
PlatformParameters | ES3_D3D11_FL10_0 () |
|
PlatformParameters | ES3_D3D11_WARP () |
|
PlatformParameters | ES3_D3D11_FL11_1_WARP () |
|
PlatformParameters | ES3_D3D11_FL11_0_WARP () |
|
PlatformParameters | ES3_D3D11_FL10_1_WARP () |
|
PlatformParameters | ES3_D3D11_FL10_0_WARP () |
|
PlatformParameters | ES3_D3D11_REFERENCE () |
|
PlatformParameters | ES3_D3D11_FL11_1_REFERENCE () |
|
PlatformParameters | ES3_D3D11_FL11_0_REFERENCE () |
|
PlatformParameters | ES3_D3D11_FL10_1_REFERENCE () |
|
PlatformParameters | ES3_D3D11_FL10_0_REFERENCE () |
|
PlatformParameters | ES2_OPENGLES () |
|
PlatformParameters | ES2_OPENGLES (EGLint major, EGLint minor) |
|
PlatformParameters | ES3_OPENGLES () |
|
PlatformParameters | ES3_OPENGLES (EGLint major, EGLint minor) |
|
PlatformParameters | ES31_OPENGLES () |
|
PlatformParameters | ES31_OPENGLES (EGLint major, EGLint minor) |
|
PlatformParameters | ES2_OPENGL () |
|
PlatformParameters | ES2_OPENGL (EGLint major, EGLint minor) |
|
PlatformParameters | ES3_OPENGL () |
|
PlatformParameters | ES3_OPENGL (EGLint major, EGLint minor) |
|
PlatformParameters | ES31_OPENGL () |
|
PlatformParameters | ES31_OPENGL (EGLint major, EGLint minor) |
|
bool | IsPlatformAvailable (const PlatformParameters ¶m) |
|
template<typename T > |
std::vector< T > | FilterTestParams (const T *params, size_t numParams) |
|
GLColor | ReadColor (GLint x, GLint y) |
|
bool | operator== (const GLColor &a, const GLColor &b) |
|
std::ostream & | operator<< (std::ostream &ostream, const GLColor &color) |
|
template<typename TR , typename TG , typename TB , typename TA > |
GLColor | MakeGLColor (TR r, TG g, TB b, TA a) |
|
const char * | GetExecutablePath () |
|
const char * | GetExecutableDirectory () |
|
const char * | GetSharedLibraryExtension () |
|
void | Sleep (unsigned int milliseconds) |
|
void | SetLowPriorityProcess () |
|
void | WriteDebugMessage (const char *format,...) |
|
Library * | loadLibrary (const std::string &libraryName) |
|