/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | TexturePropertyAccessor.java | 36 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget, int level, in TexturePropertyAccessor()
|
D | StateTransformFactory.java | 995 int level = msg.getArgs(1).getIntValue(0); in transformsForGlTexImage() local
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | TextureUtils.cpp | 42 void doCompressedTexImage2D(GLEScontext * ctx, GLenum target, GLint level, in doCompressedTexImage2D()
|
D | PaletteTexture.cpp | 108 …GLenum& formatOut,GLsizei width,GLsizei height,GLsizei imageSize, const GLvoid* data,GLint level) { in uncompressTexture()
|
D | DummyGLfuncs.cpp | 32 …void GLAPIENTRY dummy_glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, G… in dummy_glCompressedTexImage2D() 33 …void GLAPIENTRY dummy_glCompressedTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint … in dummy_glCompressedTexSubImage2D() 34 …void GLAPIENTRY dummy_glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLint x,… in dummy_glCopyTexImage2D() 35 …void GLAPIENTRY dummy_glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset… in dummy_glCopyTexSubImage2D() 59 …void GLAPIENTRY dummy_glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint *pa… in dummy_glGetTexLevelParameteriv() 73 …void GLAPIENTRY dummy_glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width… in dummy_glTexImage2D() 76 …void GLAPIENTRY dummy_glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL… in dummy_glTexSubImage2D() 161 …fferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level){} in dummy_glFramebufferTexture1DEXT() 162 …fferTexture2DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level){} in dummy_glFramebufferTexture2DEXT() 163 …XT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)… in dummy_glFramebufferTexture3DEXT() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
D | ResourceNameValidator.java | 159 String level = "1.5"; //$NON-NLS-1$ in isValid() local
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 366 GL_APICALL void GL_APIENTRY glCompressedTexImage2D(GLenum target, GLint level, GLenum internalform… in glCompressedTexImage2D() 376 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, G… in glCompressedTexSubImage2D() 382 GL_APICALL void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GL… in glCopyTexImage2D() 389 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint y… in glCopyTexSubImage2D() 694 …mebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level){ in glFramebufferTexture2D() 1730 GL_APICALL void GL_APIENTRY glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei… in glTexImage2D() 1805 GL_APICALL void GL_APIENTRY glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffs… in glTexSubImage2D()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 438 GL_API void GL_APIENTRY glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat,… in glCompressedTexImage2D() 447 GL_API void GL_APIENTRY glCompressedTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLin… in glCompressedTexSubImage2D() 458 GL_API void GL_APIENTRY glCopyTexImage2D( GLenum target, GLint level, GLenum internalformat, GLint… in glCopyTexImage2D() 465 GL_API void GL_APIENTRY glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoff… in glCopyTexSubImage2D() 1453 GL_API void GL_APIENTRY glTexImage2D( GLenum target, GLint level, GLint internalformat, GLsizei wi… in glTexImage2D() 1610 GL_API void GL_APIENTRY glTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset,… in glTexSubImage2D() 1956 …fferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) { in glFramebufferTexture2DOES()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglMacApi.cpp | 38 EGLint configId,level; in pixelFormatToConfig() local
|
D | EglX11Api.cpp | 93 int configId,level,renderable; in pixelFormatToConfig() local
|
D | EglWindowsApi.cpp | 343 EGLint configId,level; in pixelFormatToConfig() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | AdtPrefs.java | 124 BuildVerbosity(int level) { in BuildVerbosity()
|