Home
last modified time | relevance | path

Searched refs:GL_CLAMP_TO_EDGE (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DFramebufferData.cpp190 ctx->dispatcher().glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE ); in validate()
191 ctx->dispatcher().glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE ); in validate()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLEnum.java309 GL_CLAMP_TO_EDGE(0x812F), enumConstant
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h375 #define GL_CLAMP_TO_EDGE 0x812F macro
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h486 #define GL_CLAMP_TO_EDGE 0x812F macro