HomeSort by relevance Sort by last modified time
    Searched refs:glFramebufferTextureLayer (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 29 { "glFramebufferTextureLayer", (deFunctionPtr)glFramebufferTextureLayer },
  /external/deqp/modules/gles3/functional/
es3fNegativeBufferApiTests.cpp     [all...]
es3fFboStateQueryTests.cpp 383 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, textureID, 0, layer);
399 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, textureID, 0, layer);
    [all...]
es3fFboColorbufferTests.cpp 530 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, ndx);
654 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, ndx);
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp     [all...]
es31fFboColorbufferTests.cpp 185 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, ndx);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 47 FIND_PROC(glFramebufferTextureLayer);
153 !glFramebufferTextureLayer ||
265 GL_APICALL void (* GL_APIENTRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
gl3stub.h 407 extern GL_APICALL void (* GL_APIENTRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 48 FIND_PROC( glFramebufferTextureLayer );
137 || !glRenderbufferStorageMultisample || !glFramebufferTextureLayer
283 GL_APICALL void (* GL_APIENTRY glFramebufferTextureLayer)( GLenum target,
gl3stub.h 417 extern GL_APICALL void (* GL_APIENTRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 194 void ContextWrapper::glFramebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer)
sglrContextWrapper.hpp 219 void glFramebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer);
sglrGLContext.cpp 390 m_wrapper->glFramebufferTextureLayer(target, attachment, texture, level, layer);
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 171 gl->framebufferTextureLayer = &glFramebufferTextureLayer;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 427 glFramebufferTextureLayer = 401;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 31 void glFramebufferTextureLayer ( GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer )
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 285 gl->framebufferTextureLayer = glFramebufferTextureLayer;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 902 milliseconds

1 2 3