Searched refs:GL_RED_INTEGER (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp102 InsertFormatMapping(&map, GL_RED_INTEGER, GL_UNSIGNED_BYTE, GL_R8UI, WriteColor<R8, GLuint> );
103 InsertFormatMapping(&map, GL_RED_INTEGER, GL_BYTE, GL_R8I, WriteColor<R8S, GLint> );
104 InsertFormatMapping(&map, GL_RED_INTEGER, GL_UNSIGNED_SHORT, GL_R16UI, WriteColor<R16, GLuint> );
105 InsertFormatMapping(&map, GL_RED_INTEGER, GL_SHORT, GL_R16I, WriteColor<R16S, GLint> );
106 InsertFormatMapping(&map, GL_RED_INTEGER, GL_UNSIGNED_INT, GL_R32UI, WriteColor<R32, GLuint> );
107 InsertFormatMapping(&map, GL_RED_INTEGER, GL_INT, GL_R32I, WriteColor<R32S, GLint> );
401 map.insert(InternalFormatInfoPair(GL_R8I, RGBAFormat( 8, 0, 0, 0, 0, GL_RED_INTEGER, GL_BYTE, GL_INT, false, RequireESVersion<3>, AlwaysSupported, NeverSupported)));
402 map.insert(InternalFormatInfoPair(GL_R8UI, RGBAFormat( 8, 0, 0, 0, 0, GL_RED_INTEGER, GL_UNSIGNED_BYTE, GL_UNSIGNED_INT, false, RequireESVersion<3>, AlwaysSupported, NeverSupported)));
403 map.insert(InternalFormatInfoPair(GL_R16I, RGBAFormat(16, 0, 0, 0, 0, GL_RED_INTEGER, GL_SHORT, GL_INT, false, RequireESVersion<3>, AlwaysSupported, NeverSupported)));
404 map.insert(InternalFormatInfoPair(GL_R16UI, RGBAFormat(16, 0, 0, 0, 0, GL_RED_INTEGER, GL_UNSIGNED_SHOR
[all...]
H A DvalidationES3.cpp116 InsertES3FormatCombo(&set, GL_R8UI, GL_RED_INTEGER, GL_UNSIGNED_BYTE );
117 InsertES3FormatCombo(&set, GL_R8I, GL_RED_INTEGER, GL_BYTE );
118 InsertES3FormatCombo(&set, GL_R16UI, GL_RED_INTEGER, GL_UNSIGNED_SHORT );
119 InsertES3FormatCombo(&set, GL_R16I, GL_RED_INTEGER, GL_SHORT );
120 InsertES3FormatCombo(&set, GL_R32UI, GL_RED_INTEGER, GL_UNSIGNED_INT );
121 InsertES3FormatCombo(&set, GL_R32I, GL_RED_INTEGER, GL_INT );
724 set.insert(CopyConversion(GL_RED_INTEGER, GL_RED_INTEGER));
725 set.insert(CopyConversion(GL_RED_INTEGER, GL_RG_INTEGER));
726 set.insert(CopyConversion(GL_RED_INTEGER, GL_RGB_INTEGE
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBlit11.cpp987 add2DBlitShaderToMap(GL_RED_INTEGER, false, d3d11::CompilePS(device, g_PS_PassthroughR2DUI, "Blit11 2D R UI pixel shader" ));
988 add2DBlitShaderToMap(GL_RED_INTEGER, true, d3d11::CompilePS(device, g_PS_PassthroughR2DI, "Blit11 2D R I pixel shader" ));
1004 add3DBlitShaderToMap(GL_RED_INTEGER, false, d3d11::CompilePS(device, g_PS_PassthroughR3DUI, "Blit11 3D R UI pixel shader" ));
1005 add3DBlitShaderToMap(GL_RED_INTEGER, true, d3d11::CompilePS(device, g_PS_PassthroughR3DI, "Blit11 3D R I pixel shader" ));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstorage.c272 case GL_RED_INTEGER:
H A Dglformats.c859 return GL_RED_INTEGER;
/external/mesa3d/src/mesa/main/
H A Dtexstorage.c272 case GL_RED_INTEGER:
H A Dglformats.c859 return GL_RED_INTEGER;
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp75 case TextureFormat::R: format = isInt ? GL_RED_INTEGER : GL_RED; break;
332 case GL_RED_INTEGER: return TextureFormat(TextureFormat::R, mapGLChannelType(dataType, false));
H A DgluStrUtil.inl761 case GL_RED_INTEGER: return "GL_RED_INTEGER";
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h619 #define GL_RED_INTEGER 0x8D94 macro
/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp239 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_workWidth, m_workHeight * m_elementsPerInvocation, GL_RED_INTEGER, GL_INT, &zeroBuffer[0]);
1686 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, imageWidth, imageHeight, GL_RED_INTEGER, GL_INT, &zeroBuffer[0]);
H A Des31fBasicComputeShaderTests.cpp1033 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_imageSize[0], m_imageSize[1], GL_RED_INTEGER, GL_UNSIGNED_INT, &inputValues[0]);
H A Des31fNegativeTextureApiTests.cpp1002 ctx.glTexImage2D(GL_TEXTURE_2D, 0, GL_R8I, 0, 0, 0, GL_RED_INTEGER, GL_BYTE, 0);
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl594 #define GL_RED_INTEGER 0x8D94
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp2489 GL_RG, GL_RG_INTEGER, GL_RED, GL_RED_INTEGER
H A Des3fNegativeTextureApiTests.cpp994 glTexImage2D(GL_TEXTURE_2D, 0, GL_R8I, 0, 0, 0, GL_RED_INTEGER, GL_BYTE, 0);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h550 #define GL_RED_INTEGER 0x8D94 macro
/external/mesa3d/include/GL/
H A Dglext.h550 #define GL_RED_INTEGER 0x8D94 macro
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 350 milliseconds