OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEXTURE_MAG_FILTER
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java
127
TEXTURE_MAG_FILTER
("Magnification Function"),
GLState.java
270
IGLProperty magFilter = new GLEnumProperty(GLStateType.
TEXTURE_MAG_FILTER
,
/external/deqp/modules/glshared/
glsRandomShaderCase.cpp
75
TEXTURE_MAG_FILTER
= GL_LINEAR
309
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER,
TEXTURE_MAG_FILTER
);
347
glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_MAG_FILTER,
TEXTURE_MAG_FILTER
);
528
executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_WRAP_T, TEXTURE_MIN_FILTER,
TEXTURE_MAG_FILTER
));
540
executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_WRAP_T, TEXTURE_MIN_FILTER,
TEXTURE_MAG_FILTER
));
/external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp
[
all
...]
/external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js
552
ctx.texParameteri(ctx.TEXTURE_2D, ctx.
TEXTURE_MAG_FILTER
, ctx.LINEAR);
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java
208
/*
TEXTURE_MAG_FILTER
*/
307
public static final int
TEXTURE_MAG_FILTER
= 0x2800;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java
[
all
...]
/external/opencv3/modules/core/src/
gl_core_3_1.hpp
402
TEXTURE_MAG_FILTER
= 0x2800,
[
all
...]
Completed in 79 milliseconds