/external/deqp/modules/egl/ |
teglGLES2SharingTests.cpp | 75 TEXTURE, 1154 TestCaseGroup* texture = new TestCaseGroup(m_eglTestCtx, "texture", "Texture creation, destruction and rendering tests"); local [all...] |
/frameworks/native/opengl/libagl/ |
context.h | 125 TT = 0x8000, // texture coords transformed 150 vec4_t texture[GGL_TEXTURE_UNIT_COUNT]; member in struct:android::gl::vertex_t 205 array_t texture[GGL_TEXTURE_UNIT_COUNT]; member in struct:android::gl::array_machine_t 354 EGLTextureObject* texture; member in struct:android::gl::texture_unit_t 490 TEXTURE = 0x08, 498 matrix_stack_t texture[GGL_TEXTURE_UNIT_COUNT]; member in struct:android::gl::transform_state_t
|
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
WebGLRenderingContext.java | 314 public static final int TEXTURE = 0x1702;
513 public final native void activeTexture (int texture) /*-{
514 this.activeTexture(texture);
537 public final native void bindTexture (int target, WebGLTexture texture) /*-{
538 this.bindTexture(target, texture);
669 public final native void deleteTexture (WebGLTexture texture) /*-{
670 this.deleteTexture(texture);
727 public final native void framebufferTexture2D (int target, int attachment, int textarget, WebGLTexture texture, int level) /*-{
729 .framebufferTexture2D(target, attachment, textarget, texture,
809 public final native boolean isTexture (WebGLTexture texture) /*-{ [all...] |
/external/opencv3/modules/core/src/ |
gl_core_3_1.hpp | 373 TEXTURE = 0x1702, [all...] |